[INFO] fetching crate ncpf 0.1.0...
[INFO] testing ncpf-0.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate ncpf 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate ncpf 0.1.0
[INFO] finished tweaking crates.io crate ncpf 0.1.0
[INFO] tweaked toml for crates.io crate ncpf 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ncpf 0.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ncpf 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d51ca251b73f8b8c334ab57a02a5bca056176e4748127135e3386c7376512207
[INFO] running `Command { std: "docker" "start" "-a" "d51ca251b73f8b8c334ab57a02a5bca056176e4748127135e3386c7376512207", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d51ca251b73f8b8c334ab57a02a5bca056176e4748127135e3386c7376512207", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d51ca251b73f8b8c334ab57a02a5bca056176e4748127135e3386c7376512207", kill_on_drop: false }`
[INFO] [stdout] d51ca251b73f8b8c334ab57a02a5bca056176e4748127135e3386c7376512207
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8ed3cfa2456fab7158aca8d4fe3890193e0aaac31aac7c7528655ae07382729c
[INFO] running `Command { std: "docker" "start" "-a" "8ed3cfa2456fab7158aca8d4fe3890193e0aaac31aac7c7528655ae07382729c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling platforms v3.0.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling cpufeatures v0.2.8
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling signature v2.1.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling ed25519 v2.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling curve25519-dalek v4.0.0-rc.2
[INFO] [stderr]    Compiling pem v2.0.1
[INFO] [stderr]    Compiling rmp v0.8.11
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.4
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling ed25519-dalek v2.0.0-rc.2
[INFO] [stderr]    Compiling x25519-dalek v2.0.0-rc.2
[INFO] [stderr]    Compiling clap v4.3.4
[INFO] [stderr]    Compiling serde_arrays v0.1.0
[INFO] [stderr]    Compiling rmp-serde v1.1.1
[INFO] [stderr]    Compiling libepf v0.1.0
[INFO] [stderr]    Compiling ncpf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.30s
[INFO] running `Command { std: "docker" "inspect" "8ed3cfa2456fab7158aca8d4fe3890193e0aaac31aac7c7528655ae07382729c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ed3cfa2456fab7158aca8d4fe3890193e0aaac31aac7c7528655ae07382729c", kill_on_drop: false }`
[INFO] [stdout] 8ed3cfa2456fab7158aca8d4fe3890193e0aaac31aac7c7528655ae07382729c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99060fae5db16408bd679ce6e2bf76165ecf3376803b504c71b4fd0313a15dbd
[INFO] running `Command { std: "docker" "start" "-a" "99060fae5db16408bd679ce6e2bf76165ecf3376803b504c71b4fd0313a15dbd", kill_on_drop: false }`
[INFO] [stderr]    Compiling ncpf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "99060fae5db16408bd679ce6e2bf76165ecf3376803b504c71b4fd0313a15dbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99060fae5db16408bd679ce6e2bf76165ecf3376803b504c71b4fd0313a15dbd", kill_on_drop: false }`
[INFO] [stdout] 99060fae5db16408bd679ce6e2bf76165ecf3376803b504c71b4fd0313a15dbd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 78dd7c9e946b3ef6194608e2cca405f306367978e766e542893a089da873c0b6
[INFO] running `Command { std: "docker" "start" "-a" "78dd7c9e946b3ef6194608e2cca405f306367978e766e542893a089da873c0b6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ncpf-f4f20f3a3cdfeb15)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "78dd7c9e946b3ef6194608e2cca405f306367978e766e542893a089da873c0b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78dd7c9e946b3ef6194608e2cca405f306367978e766e542893a089da873c0b6", kill_on_drop: false }`
[INFO] [stdout] 78dd7c9e946b3ef6194608e2cca405f306367978e766e542893a089da873c0b6
